'Declaration<DispIdAttribute(155)> Sub ColorHSLtoRGB( _ ByVal Hue As Single, _ ByVal Saturation As Single, _ ByVal Lightness As Single, _ ByRef Red As Byte, _ ByRef Green As Byte, _ ByRef Blue As Byte _ )
[DispId(155)] void ColorHSLtoRGB( float Hue, float Saturation, float Lightness, ref byte Red, ref byte Green, ref byte Blue )
procedure ColorHSLtoRGB(
Hue: Single;
Saturation: Single;
Lightness: Single;
var Red: Byte;
var Green: Byte;
var Blue: Byte
);
DispIdAttribute(155) function ColorHSLtoRGB( Hue : float, Saturation : float, Lightness : float, Red : byte, Green : byte, Blue : byte );
Parameters
- Hue
- Saturation
- Lightness
- Red
- Green
- Blue
